home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / 139_01.zip / README2.DOC < prev    next >
Text File  |  1993-06-03  |  2KB  |  69 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.           The following files are contained on this disk:
  10.  
  11.           KED.C           The source code and header for the editor are
  12.           KED2.C          in these three files.
  13.           KED.H
  14.  
  15.           KAREL.H         The source code for the simulator.
  16.  
  17.           KAREL1.C        The source code for the world-builder.
  18.  
  19.  
  20.           To create KED.COM, the executable version of the editor using a
  21.           BDS C compiler:
  22.  
  23.           CC KED.C        Compile part 1 of the source code.
  24.           CC KED2.C       Compile part 2 of the source code.
  25.           KED.H is used as a header in both files and must be located on
  26.           the same disk as the compiler.
  27.           CLINK KED KED2  Link the compiled versions.
  28.  
  29.           Of course, compiling only needs to be done on files that have been
  30.           modified but linking needs to be done if either or both have been
  31.           modified.  Also, if this disk is in drive B, the file names will
  32.           be B:KED.C AND B:KED2.C.
  33.  
  34.           To create the executable version of the world-builder:
  35.  
  36.           CC KAREL1.C     Compile the source code.
  37.           CLINK KAREL1    Link the compiled version.
  38.  
  39.           KAREL.H is used as a header in the C translation of the syntax tree.
  40.           It contains functions for KAREL's primitive instructions.
  41.  
  42.           The new versions of KED.COM, the executable version of the editor
  43.           and KAREL1.COM, the executable version of the world-builder, and
  44.           KAREL.H need to be copied to the user's disk after any changes.
  45.  
  46.           The Kaypro II video section was designed to imitate the control
  47.           sequences of a Lear-Siegler ADM-3A terminal.  The escape sequence
  48.           ESC= row + 32 positions the cursor at a given column (row).  The
  49.           cursor controls are found in the listing of global constants for
  50.           KAREL1.C and should be modified for other terminals.  The world
  51.           array presumes an 80 X 24 display and would also need to be
  52.           modified for other terminals.
  53.  
  54.           Please report any suggestions or bugs to:
  55.  
  56.           Linda Rising
  57.           Department of Computer Technology
  58.           Indiana University-Purdue University at Fort Wayne
  59.           Fort Wayne, IN 46805
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.        It contains functions for KAREL's primitive instructions.
  68.  
  69.           The new versions of KED.COM, the executable versi